The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "crypt::rijndael"

Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module River stage three • 47 direct dependents • 108 total dependents

This module implements the Rijndael cipher, which has just been selected as the Advanced Encryption Standard. keysize Returns the keysize, which is 32 (bytes). The Rijndael cipher actually supports keylengths of 16, 24 or 32 bytes, but there is no wa...

LEONT/Crypt-Rijndael-1.16 - 01 Apr 2021 21:36:33 UTC - Search in distribution

Crypt::Rijndael::PP - Pure Perl Implementation of the Rijndael Encryption Algorthim River stage zero No dependents

Crypt::Rijndael::PP is a pure perl drop in alternative to Crypt::Rijndael, fully compatiable with Crypt::CBC. It exposes the exact same functionatly and can be used in place for any use case where you can not use the XS version of the Rijndael module...

DRZIGMAN/Crypt-Rijndael-PP-0.3.0 - 10 Jun 2015 04:10:41 UTC - Search in distribution

Crypt::Rijndael::MySQL - MySQL compatible Rijndael (AES) encryption module River stage zero No dependents

This module is a thin wrapper around Crypt::Rijndael, meant for compatibility with MySQL AES_ENCRYPT() AND AES_DECRYPT() functions....

IFOMICHEV/Crypt-Rijndael-MySQL-0.02 - 01 Jul 2010 22:04:30 UTC - Search in distribution

App::OATH::Crypt::Rijndael - Crypto modules for Simple OATH authenticator River stage zero No dependents

Crypto modules for basic Rijndael...

MBRADSHAW/App-OATH-1.20171216 - 16 Dec 2017 06:17:36 UTC - Search in distribution

Crypt::Rijndael_PP - Perl implementation of Rijndael River stage zero No dependents

This modules shares the OO style interface with "Crypt::Rijndael" from Rafael R. Sevilla. * Supported modes: Electronic CodeBook (MODE_ECB) and Cipher Block Chaining (MODE_CBC). Please use "Crypt::CBC" for CBC-Mode, as my CBC is not compatible with n...

DELTA/Crypt-Rijndael_PP-0.05 - 22 Sep 2010 13:33:14 UTC - Search in distribution

Crypt::OpenPGP::Cipher - PGP symmetric cipher factory River stage one • 3 direct dependents • 3 total dependents

*Crypt::OpenPGP::Cipher* is a factory class for PGP symmetric ciphers. All cipher objects are subclasses of this class and share a common interface; when creating a new cipher object, the object is blessed into the subclass to take on algorithm-speci...

SROMANOV/Crypt-OpenPGP-1.12 - 16 Aug 2015 11:35:42 UTC - Search in distribution

Crypt::Util - A lightweight Crypt/Digest convenience API River stage one • 1 direct dependent • 1 total dependent

This module provides an easy, intuitive and forgiving API for wielding crypto-fu. The API is designed as a cascade, with rich features built using simpler ones. this means that the option processing is uniform throughout, and the behaviors are genera...

NUFFIN/Crypt-Util-0.11 - 27 May 2010 09:58:24 UTC - Search in distribution

Net::SNMP - Object oriented interface to SNMP River stage two • 40 direct dependents • 44 total dependents

The Net::SNMP module abstracts the intricate details of the Simple Network Management Protocol by providing a high level programming interface to the protocol. Each Net::SNMP object provides a one-to-one mapping between a Perl object and a remote SNM...

DTOWN/Net-SNMP-v6.0.1 - 10 Sep 2010 00:15:52 UTC - Search in distribution

Crypt::Khazad - Crypt::CBC-compliant block cipher River stage zero No dependents

Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent Rijmen and Paulo S. L. M. Barreto, Khazad is a NESSIE finalist for legacy-level block ciphers. Khazad has many similarities with Rijndael, and has an extremely high rate of diffusion. ...

JCDUQUE/Crypt-Khazad-1.0.3 - 19 Jun 2003 11:23:19 UTC - Search in distribution

Crypt::Square - Crypt::CBC-compliant block cipher River stage zero No dependents

Square is a 128-bit block cipher that accepts a 128-bit key. Designed by Joan Daemen, Vincent Rijmen, and Lars Knudsen, Square is the predecessor of Rijndael, aka the Advanced Encryption Standard. This module supports the Crypt::CBC interface, with t...

JCDUQUE/Crypt-Square-1.0.0 - 19 Jun 2003 11:25:55 UTC - Search in distribution

Net::EasyTCP - Easily create secure, bandwidth-friendly TCP/IP clients and servers River stage zero No dependents

This class allows you to easily create TCP/IP clients and servers and provides an OO interface to manage the connection(s). This allows you to concentrate on the application rather than on the transport. You still have to engineer your high-level pro...

MNAGUIB/EasyTCP-0.26 - 06 Apr 2004 02:50:22 UTC - Search in distribution

Crypt::GCM - Galois/Counter Mode (GCM) River stage zero No dependents

The module implements the Galois/Counter Mode (GCM) for Confidentiality and Authentication. The function of GCM in which the plaintext is encrypted into the ciphertext, and an authentication tag is generated on the AAD and the ciphertext. new() my $c...

OYAMA/Crypt-GCM-0.02 - 27 Oct 2007 17:04:39 UTC - Search in distribution

Crypt::CBC - Encrypt Data with Cipher Block Chaining Mode River stage three • 72 direct dependents • 142 total dependents

This module is a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as AES or Blowfish, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are c...

LDS/Crypt-CBC-3.04 - 17 May 2021 15:03:53 UTC - Search in distribution

Palm::Keyring - Handler for Palm Keyring databases. River stage zero No dependents

The Keyring PDB handler is a helper class for the Palm::PDB package. It parses Keyring for Palm OS databases. See <http://gnukeyring.sourceforge.net/>. It has the standard Palm::PDB methods with 2 additional public methods. Decrypt and Encrypt. It cu...

ANDREW/Palm-Keyring-0.95 - 26 Feb 2007 00:11:57 UTC - Search in distribution

Apache::AppSamurai - An Authenticating Mod_Perl Front End River stage zero No dependents

Apache::AppSamurai protects web applications from direct attack by unauthenticated users, and adds a flexible authentication front end to local or proxied applications with limited authentication options. Unauthenticated users are presented with eith...

PAULDOOM/Apache-AppSamurai-1.01 - 03 May 2008 07:10:21 UTC - Search in distribution

Crypt::ECB - Use block ciphers using ECB mode River stage one • 5 direct dependents • 6 total dependents

This module is a Perl-only implementation of the ECB mode. In combination with a block cipher such as Blowfish, DES, IDEA or Rijndael, you can encrypt and decrypt messages of arbitrarily long length. Though for security reasons other modes than ECB s...

APPEL/Crypt-ECB-2.23 - 16 Jan 2024 11:04:01 UTC - Search in distribution

HTTP::Session2 - HTTP session management River stage zero No dependents

HTTP::Session2 is yet another HTTP session data management library....

TOKUHIROM/HTTP-Session2-1.10 - 26 Jan 2018 05:02:08 UTC - Search in distribution

Crypt::EAX - Encrypt and authenticate data in EAX mode River stage zero No dependents

EAX is a cipher chaining mode with integrated message authentication. This type of encryption mode is called AEAD, or Authenticated Encryption with Associated Data. The purpuse of AEAD modes is that you can safely encrypt and sign a value with a shar...

NUFFIN/Crypt-EAX-0.04 - 19 Oct 2009 22:45:26 UTC - Search in distribution

Crypt::CCM - CCM Mode for symmetric key block ciphers River stage zero No dependents

The module implements the CCM Mode for Authentication and Confidentiality....

OYAMA/Crypt-CCM-0.03 - 28 Oct 2007 03:49:18 UTC - Search in distribution

Crypt::Ctr - Encrypt Data in Counter Mode River stage one • 1 direct dependent • 1 total dependent

Generic Counter Mode implementation in pure Perl. The Counter Mode module constructs a stream cipher from a block cipher or cryptographic hash funtion and returns it as an object. Any block cipher in the "Crypt::" class can be used, as long as it sup...

BAUERM/Crypt-Ctr-0.01 - 04 Jul 2002 21:59:39 UTC - Search in distribution
56 results (0.048 seconds)